home *** CD-ROM | disk | FTP | other *** search
/ Mac-Source 1994 July / Mac-Source_July_1994.iso / C and C++ / Compilers⁄Interps / kevoSource / iconDef.h < prev    next >
Text File  |  1993-02-14  |  690b  |  25 lines

  1. /* Kevo Interactive Compiler kernel             */
  2. /* (c) Antero Taivalsaari 1991-1992             */
  3. /* Some parts (c) Antero Taivalsaari 1986-1988     */
  4. /* iconDef.h: Definitions for icon-based browser*/
  5.  
  6. /*---------------------------------------------------------------------------*/
  7. /* Custom icons for the browser */
  8.  
  9. /* The numbers here must match with ICN# resources in the resource file */
  10.  
  11. #define PUBLICREFICON        300
  12. #define PUBLICVARICON        301
  13. #define PUBLICCONSTICON        302
  14. #define PUBLICMETHODICON    303
  15. #define PUBLICPRIMICON        304
  16.  
  17. #define PRIVATEREFICON        310
  18. #define PRIVATEVARICON        311
  19. #define PRIVATECONSTICON    312
  20. #define PRIVATEMETHODICON    313
  21. #define PRIVATEPRIMICON        314
  22.  
  23. #define ARRAYICON            350
  24.  
  25.